AlertTitle
AlertTitle Title$
 
Parameters:

    Title$= The title for alert boxes
Returns: NONE
 

     AlertTitle sets the title for all subsequent Alert boxes.





  
; Include the Dialogs library in this program
  #Include "PBDialogs2"
  
  
  AlertTitle "A new Title"
  Alert "Helloe"
  
  
; Display the Screen and wait for the user to press a key
  Sync
  WaitKey
  




 
Related Info: Alert | GetAlertTitle$ :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com